The following functions can be used to manipulate files, standard I/O and disk services:
Change the current (default) directory on a given drive. |
|
Change the current default drive. |
|
Conclude I/O (input/output) to/from a file or device. |
|
Return the current directory for a given drive. |
|
Return a filename that matches the given mask. |
|
Force the release the operating system FindNext handle. |
|
Return the amount of available space of a disk, in bytes. |
|
Return the total amount of space on a disk, in bytes. |
|
Return end-of-file status of a file, serial or TCP/UDP transmission. |
|
Return the path and/or name of the executing program. |
|
Bind a field string variable to a particular sub-section of a random file buffer or a dynamic string variable. |
|
Reset the FIELD string to a nul (zero-length) dynamic string. |
|
Change the FILED string to a dynamic string, but first assigns the current sub-section data to it. |
|
Return information about an open file. |
|
Copy a file. |
|
Return the file-system name of an open file. |
|
Rapidly scan a INPUT or BINARY file to obtain string size info. |
|
Flush file buffers to disk to ensure the disk information is current. |
|
Return the next available PowerBASIC file number. |
|
Read a record from a random-access file. |
|
Reads an ANSI string from a file opened in binary mode. |
|
Reads WIDE string data from a file opened in binary mode. |
|
Return the file-system attribute(s) of a disk file or directory. |
|
Load variables with data from a sequential file. |
|
Determine whether or not a file exists. |
|
Determine whether or not a folder exists. |
|
Delete a disk file. |
|
Read line(s) from a sequential file into a string variable or array. |
|
Determine the current seek position in an open disk file. |
|
Lock part or all of an open file for exclusive access. |
|
Return the length of an open disk file. |
|
Create a subdirectory/folder (like the DOS MKDIR command). |
|
Rename a file or a directory (like the DOS REN command). |
|
Prepare a file or device for reading or writing. |
|
Parse a path/file name to extract component parts. |
|
Find a file on disk and return the path and/or file name parts. |
|
Write data to a device or sequential file. |
|
Create a file containing the time profile of Subs, Functions, Methods, and Properties. |
|
Write a record to a random-access file or variable to a binary file. |
|
Writes an ANSI string to a file opened in binary mode. |
|
Writes a WIDE Unicode string to a file opened in binary mode. |
|
Delete a disk directory (like the DOS RMDIR command). |
|
File location where the next I/O operation will take place. |
|
Set the position in a file for the next input or output operation. |
|
Set the file system attribute(s) of a disk file or directory. |
|
Truncate/extend a file to its current file pointer position. |
|
Run an executable program asynchronously. |
|
Run an executable program synchronously. |
|
Remove exclusive-access locks placed on a file. |
|
Output data to a sequential file in a delimited format. |